Welcome![Sign In][Sign Up]
Location:
Search - webrequest cookie

Search list

[Browser Clientmweblogin

Description: Key-Methods: Content: The HTML-code for the login dialog. CheckCookie: Returns true if the cookie is present in the webrequest. ValidateLoginSetCookieIfOK: Returns true and delivers the cookie, if the username and password is OK.-Key-Methods: Content: The HTML-code for the login dialog. CheckCookie: Returns true if the cookie is present in the webrequest. ValidateLoginSetCookieIfOK: Returns true and delivers the cookie, if the username and password is OK.
Platform: | Size: 7168 | Author: boo | Hits:

[Internet-Network2009_4_CookieManager

Description: CookieManager 提供 CookieHandler 的具体实现,它将 cookie 的存储区与围绕接受和拒绝 cookie 的策略分离开来。使用管理存储的 CookieStore 以及做出 cookie 接受/拒绝决策的 CookiePolicy 对象来初始化 CookieManager。 -/********************************************************************************//** A typical usage of this class would look something like this: CookieManager cookieManager = new CookieManager() // Set a cookie value cookieManager.CookieValues["FavoriteCookie"] = "Chocolate Chip" HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(url) // Publish the cookies to the request before asking for the response cookieManager.PublishCookies(webRequest) HttpWebResponse webResponse = (HttpWebResponse)webRequest.GetResponse() // Store any cookies returned from the response cookieManager.StoreCookies(webResponse) // Get the value of a cookie string session = cookieManager.CookieValues["SESSIONID"] webRequest = (HttpWebRequest)WebRequest.Create(url2) cookieManager.PublishCookies(webRequest) webResponse = (HttpWebResponse)webRequest.GetResponse() ************************************************************************************/
Platform: | Size: 14336 | Author: | Hits:

CodeBus www.codebus.net